home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WINDBASE / JORF1.LZH / INSTWIN.BAT < prev    next >
DOS Batch File  |  1992-04-01  |  4KB  |  72 lines

  1. echo off
  2. cls
  3. if exist jorffils.zip goto BeginInstall
  4. echo Please be sure the INSTALLATION disk is in the
  5. echo drive, and you are logged to that drive.  For
  6. echo instance, if the disk is in Drive A, type "A:"
  7. echo to log to that drive, then type INSTWIN.
  8. goto TheEnd
  9. :BeginInstall
  10. echo      ╔═════════════ The JORF Interpreter and Tutorial ═══════════════╗
  11. echo      ║ Version 2.0                                   April 1, 1992   ║▓▓
  12. echo      ║                                                               ║▓▓
  13. echo      ║ INSTWIN.BAT will create a new directory called C:\JORF and    ║▓▓
  14. echo      ║ copy the contents of this disk there.  This package takes     ║▓▓
  15. echo      ║ about 1.5 MB of hard disk space.  If translate programs, or   ║▓▓
  16. echo      ║ create new JORF Language programs you will need more space.   ║▓▓
  17. echo      ║                                                               ║▓▓
  18. echo      ║ If wish to install this package on another drive, Strike      ║▓▓
  19. echo      ║ Ctrl-C, and type Y to terminate INSTWIN.BAT.  Then, copy      ║▓▓
  20. echo      ║ all files to the directory you want.  Unzip them using        ║▓▓
  21. echo      ║ PKUNZIP, and start by typing JORF.                            ║▓▓
  22. echo      ║                                                               ║▓▓
  23. echo      ║ It is easier to press RETURN, and let INSTWIN.BAT finish.     ║▓▓
  24. echo      ╚═══════════════════════════════════════════════════════════════╝▓▓
  25. echo        ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
  26. pause
  27. cls
  28. if exist c:\jorf\help.jrf goto GetDisk2
  29. echo Creating \JORF Directory
  30. mkdir c:\jorf
  31.  
  32. echo Unzip sample files
  33. copy    jorf.me     c:\jorf
  34. copy    pkunzip.exe c:\jorf
  35. c:\jorf\pkunzip jorffils.zip c:\jorf
  36.  
  37. :GetDisk2
  38. if exist jorfwin.zip goto Disk2
  39. echo Please insert Disk 2 into the floppy disk drive
  40. pause
  41. Goto GetDisk2
  42.  
  43. :Disk2
  44. c:\jorf\pkunzip jorfwin.zip c:\jorf
  45.  
  46. echo Change Directories to \JORF
  47. c:
  48. cd \jorf
  49.  
  50. cls
  51. echo      ╔════════════════════ Installation Complete ════════════════════╗
  52. echo      ║ The JORF Interpreter and Tutorial are now in installed on     ║▓▓
  53. echo      ║ your hard disk.  To complete the installation, you must add   ║▓▓
  54. echo      ║ the icons to the program manager.  You might want to do a     ║▓▓
  55. echo      ║ printscreen now to record the following instructions:         ║▓▓
  56. echo      ║                                                               ║▓▓
  57. echo      ║ Go to the program manager and select File, New. Enter:        ║▓▓
  58. echo      ║                                                               ║▓▓
  59. echo      ║     Description        JORF                                   ║▓▓
  60. echo      ║     Command Line       C:\JORF\JORFWIN.EXE                    ║▓▓
  61. echo      ║                                                               ║▓▓
  62. echo      ║ Press ENTER to save the program, then click on the blue goat  ║▓▓
  63. echo      ║ to run JORF.  Once you start JORF, select Help,Tutorial to    ║▓▓
  64. echo      ║ run the JORF Tutorial.                                        ║▓▓
  65. echo      ║                                                               ║▓▓
  66. echo      ║ The JORF Manual has also been installed.  Just print          ║▓▓
  67. echo      ║ MANUAL.TXT on any dot matrix or laser printer.  The manual    ║▓▓
  68. echo      ║ is about 190 pages long.  It is called MANUAL.TXT.            ║▓▓
  69. echo      ╚═══════════════════════════════════════════════════════════════╝▓▓
  70. echo        ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
  71. :TheEnd
  72.